encoding/xml.printer.marshalSimple (method)

3 uses

	encoding/xml (current package)
		marshal.go#L536: 		s, b, err1 := p.marshalSimple(typ, val)
		marshal.go#L629: 	s, b, err := p.marshalSimple(val.Type(), val)
		marshal.go#L758: func (p *printer) marshalSimple(typ reflect.Type, val reflect.Value) (string, []byte, error) {